home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Module1"
- Option Explicit
- '/******************************************************************/
- '/* */
- '/* TurboCAD for Windows */
- '/* Copyright (c) 1993 - 2000 */
- '/* International Microcomputer Software, Inc. */
- '/* (IMSI) */
- '/* All rights reserved. */
- '/* */
- '/******************************************************************/
- Type TextSym
- Char As String
- H As Double
- W As Double
- xMin As Double
- yMin As Double
- xc As Double
- yc As Double
- End Type
- Type CosmInfo
- nV As Long
- lCur() As Double
- dL() As Double
- xVer() As Double
- yVer() As Double
- Bet() As Double
- End Type
- ' DLL Entry point
- Sub Main()
- End Sub
-
-